home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 October / EnigmA AMIGA RUN 01 (1995)(G.R. Edizioni)(IT)[!][issue 1995-10][Aminet 7].iso / Aminet / mus / play / tracker_4_31.lzh / tracker / Amiga / inhibit.c < prev    next >
Text File  |  1995-01-13  |  450b  |  20 lines

  1. /* amiga/inhibit.c
  2.     vi:ts=3 sw=3:
  3.  */
  4.  
  5. /* $Id: inhibit.c,v 1.1 1995/01/13 13:31:35 espie Exp espie $
  6.  * $Log: inhibit.c,v $
  7.  * Revision 1.1  1995/01/13  13:31:35  espie
  8.  * Initial revision
  9.  *
  10.  */
  11.  
  12.  
  13. /* look at client.c/audio.c for the use of inhibit_output with respect
  14.  * to discard_buffer.
  15.  * This variable is used at multiple places, I didn't know where to put it,
  16.  * since it doesn't belong to any package...
  17.  */
  18. unsigned int inhibit_output = 0;
  19.  
  20.